GrapeCity CalendarGrid for Windows Forms 3.0J
OnInsertComplete メソッド (FieldCollection<T>)

値を挿入する位置の 0 から始まるインデックス。
インデックスにある要素の新しい値。
System.Collections.CollectionBase インスタンスに新しい要素を挿入した後に、追加のカスタム処理を実行します。
シンタックス
Protected Overrides Sub OnInsertComplete( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
protected override void OnInsertComplete( 
   int index,
   object value
)

パラメータ

index
値を挿入する位置の 0 から始まるインデックス。
value
インデックスにある要素の新しい値。
参照

参照

FieldCollection<T> クラス
FieldCollection<T> メンバ

 

 


c 2008 GrapeCity inc. All rights reserved.